Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the npm_and_yarn group across 1 directories with 4 updates #1266

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2024

Bumps the npm_and_yarn group with 4 updates in the /. directory: axios, jsdom, vite and @angular-devkit/build-angular.

Updates axios from 1.6.2 to 1.6.3

Release notes

Sourced from axios's releases.

Release v1.6.3

Release notes:

Bug Fixes

  • Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.6.3 (2023-12-26)

Bug Fixes

  • Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38)

Contributors to this release

Commits

Updates jsdom from 23.0.1 to 23.1.0

Release notes

Sourced from jsdom's releases.

Version 23.1.0

  • Added an initial implementation of ElementInternals, including the shadowRoot getter and the string-valued ARIA properties. (zjffun)
  • Added the string-valued ARIA attribute-reflecting properties to Element.
  • Fixed history.pushState() and history.replaceState() to follow the latest specification, notably with regards to how they handle empty string inputs and what new URLs are possible.
  • Fixed the input.valueAsANumber setter to handle NaN correctly. (alexandertrefz)
  • Updated various dependencies, including cssstyle which contains several bug fixes.
Changelog

Sourced from jsdom's changelog.

23.1.0

  • Added an initial implementation of ElementInternals, including the shadowRoot getter and the string-valued ARIA properties. (zjffun)
  • Added the string-valued ARIA attribute-reflecting properties to Element.
  • Fixed history.pushState() and history.replaceState() to follow the latest specification, notably with regards to how they handle empty string inputs and what new URLs are possible.
  • Fixed the input.valueAsANumber setter to handle NaN correctly. (alexandertrefz)
  • Updated various dependencies, including cssstyle which contains several bug fixes.
Commits
  • dc8306f Version 23.1.0
  • d6c0ab2 Implement string ARIA reflection
  • 60978b6 Implement basic ElementInternals
  • b7683ed Remove chai dependency
  • b2b6956 Update dependencies and dev dependencies
  • 7695f28 Add new benchmark for CSS selectors
  • a82deab Handle NaN correctly in input.valueAsNumber setter
  • 588c6f9 Change "Executing scripts" examples
  • b2442a0 Align history.pushState/replaceState with latest spec
  • c88815c Simplify Array.from() in convertToSequenceDOMString
  • Additional commits viewable in compare view

Updates vite from 4.4.7 to 4.5.1

Changelog

Sourced from vite's changelog.

4.5.1 (2023-12-04)

4.5.0 (2023-10-18)

4.4.11 (2023-10-05)

  • revert: "fix: use string manipulation instead of regex to inject esbuild helpers (54e1275), closes #14094

4.4.10 (2023-10-03)

4.4.9 (2023-08-07)

... (truncated)

Commits

Updates @angular-devkit/build-angular from 16.2.5 to 16.2.11

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v16.2.11

16.2.11 (2023-12-21)

v16.2.10

16.2.10 (2023-11-08)

@​angular-devkit/build-angular

Commit Description
fix - bab3672cd normalize exclude path

v16.2.9

16.2.9 (2023-11-01)

@​schematics/angular

Commit Description
fix - 75b74912b allow dash in selector before a number

@​angular-devkit/schematics

Commit Description
fix - 5f4ca4ebf running external schematics with yarn pnp

v16.2.8

16.2.8 (2023-10-25)

@​angular/cli

Commit Description
fix - 44275601b remove the need to specify --migrate-only when --name is used during ng update

v16.2.7

16.2.7 (2023-10-19)

@​schematics/angular

Commit Description
fix - f1a0c3361 change Twitter logo to X

v16.2.6

16.2.6 (2023-10-11)

@​angular-devkit/build-angular

Commit Description
fix - c6ea25626 fully downlevel async/await when using vite dev-server with caching enabled
Changelog

Sourced from @​angular-devkit/build-angular's changelog.

16.2.11 (2023-12-21)

@​angular-devkit/build-angular

Commit Type Description
e0e011fc4 build update dependency vite to v4.5.1

17.0.7 (2023-12-13)

@​angular-devkit/build-angular

Commit Type Description
3df3e583c fix baseHref with trailing slash causes server not to be accessible without trailing slash
ef1178188 fix allow vite to serve JavaScript and TypeScript assets
385eb77d2 fix cache loading of component resources in JIT mode
4b3af73ac fix ensure browser-esbuild is used in dev server with browser builder and forceEsbuild
d1b27e53e fix ensure port 0 uses random port with Vite development server
f2f7d7c70 fix file is missing from the TypeScript compilation with JIT
7b8d6cddd fix handle updates of an npm link library from another workspace when preserveSymlinks is true
c08c78cb8 fix inlining of fonts results in jagged fonts for Windows users
930024811 fix retain symlinks to output platform directories on builds
3623fe911 fix update ESM loader to work with Node.js 18.19.0

17.0.6 (2023-12-06)

@​schematics/angular

Commit Type Description
da5d39471 fix enable TypeScript skipLibCheck in new workspace

@​angular-devkit/build-angular

Commit Type Description
048512874 fix app-shell generation incorrect content when using the application builder
f9e982c44 fix check namespaced Sass variables when rebasing URLs
a1e8ffa9d fix correctly align error/warning messages when spinner is active
46d88a034 fix handle watch updates on Mac OSX when using native FSEvents API
4594407ae fix improve file watching on Windows when using certain IDEs

... (truncated)

Commits
  • 75ab5fa release: cut the v16.2.11 release
  • 8314369 test: always use package manager force option in version add command E2E
  • e0e011f build: update dependency vite to v4.5.1
  • 66b18b6 release: cut the v16.2.10 release
  • bab3672 fix(@​angular-devkit/build-angular): normalize exclude path
  • 64e263e docs: the node.js's link fix.
  • 5085c62 release: cut the v16.2.9 release
  • 2a1bbc0 fix(@​angular-devkit/schematics): running external schematics with yarn pnp
  • 5f4ca4e fix(@​angular-devkit/schematics): running external schematics with yarn pnp
  • 75b7491 fix(@​schematics/angular): allow dash in selector before a number
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…updates

Bumps the npm_and_yarn group with 4 updates in the /. directory: [axios](https://github.com/axios/axios), [jsdom](https://github.com/jsdom/jsdom), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [@angular-devkit/build-angular](https://github.com/angular/angular-cli).


Updates `axios` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.2...v1.6.3)

Updates `jsdom` from 23.0.1 to 23.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@23.0.1...23.1.0)

Updates `vite` from 4.4.7 to 4.5.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite)

Updates `@angular-devkit/build-angular` from 16.2.5 to 16.2.11
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@16.2.5...16.2.11)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: jsdom
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: vite
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 19, 2024
@julianpoy julianpoy merged commit 92a9da8 into master Jan 19, 2024
4 checks passed
@julianpoy julianpoy deleted the dependabot/npm_and_yarn/npm_and_yarn-security-group-40c9341d1d branch January 19, 2024 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant